home *** CD-ROM | disk | FTP | other *** search
- Clock = {
- ACTIONS = {
- increaseSecond:;
- decreaseHour:;
- decreaseSecond:;
- increaseDay:;
- decreaseMinute:;
- increaseMinute:;
- decreaseDay:;
- increaseHour:;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- passwordOwner = {
- ACTIONS = {
- newPassword:;
- cancelPassword:;
- };
- OUTLETS = {
- cancelButton;
- window;
- passwordMessage;
- okButton;
- passwordForm;
- background;
- passwordStrings;
- };
- SUPERCLASS = Object;
- };
-